github.com/andybalholm/brotli.Reader.large_window (field)

7 uses

	github.com/andybalholm/brotli (current package)
		decode.go#L91: 	var large_window bool = s.large_window
		decode.go#L92: 	s.large_window = false
		decode.go#L113: 			s.large_window = true
		decode.go#L2152: 			if s.large_window {
		decode.go#L2358: 				if s.large_window {
		state.go#L169: 	large_window                bool
		state.go#L186: 	s.large_window = false